/*Public*/
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, input {
  margin: 0px;
  padding: 0px;
}
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
*, :after, :before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
img {
  border: none;
}
body {
  color: #666;
  font: 16px/1.8 "Microsoft Yahei";
  width: 100%;
  height: 100%;
  background-color: #fff;
}
ul, ol, li, form, dl {
  list-style: none;
}
p {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #434343;
}
a:hover {
  text-decoration: none;
}
div {
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 4px;
  height: 11px;
  border: none;
  background: #0d6ad7 !important
}
::-webkit-scrollbar-track-piece {
  border: none;
  position: absolute;
  padding: 0;
  box-shadow: none;
  background-color: #0d6ad7;
  border-radius: 1px
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #0d6ad7;
  border-radius: 0;
  border: none
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #0d6ad7;
  border-radius: 0;
  border: none
}
::-webkit-scrollbar {
  width: 4px;
  height: 12px
}
::-webkit-scrollbar-button:vertical {
  display: none
}
::-webkit-scrollbar-track:vertical {
  background-color: #000
}
::-webkit-scrollbar-track-piece {
  background: #fff
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #0d6ad7;
  border-radius: 5px
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #0d6ad7
}
::-webkit-scrollbar-corner:vertical {
  background-color: #0d6ad7
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #0d6ad7
}
.text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column
}
.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
.pull-overflow, .AcUi-overflow {
  overflow: hidden;
}
.text-center .img-responsive {
  margin: auto;
}
.container {
  padding: 0;
  width: 1200px
}
/*Header*/
#Header {
  width: 100%;
  background: rgb(255, 255, 255, 1);
  z-index: 9999;
  top: 0px;
  left: 0px;
  position: absolute;
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-name: zoomIn;
}
#Header .container {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
#Header .container::before, #Header .container::after {
  display: none;
}
#Header.fixed {
  position: fixed !important;
  background: #fff;
  z-index: 99999 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
/*logo*/
.logo_h {
  color: #fff;
  clear: both;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo_h a {
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.logo_h .logot {
  width: 358px;
  display: block;
  float: left;
  position: relative;
}
.logo_h .logot img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease .5s;
}
.logo_h .logot img:nth-child(1) {
  opacity: 1;
}
.logo_h .logon {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
.logo_h .logon h1 {
  font-size: 20px;
  margin: 5px 0;
  font-weight: 800
}
.logo_h .logon p {
  font-size: 14px;
  margin: 0;
  color: #fff
}
@media(max-width:760px) {
  #Header .logo_h {
    width: 80%;
    margin-bottom: 0px !important;
  }
  .logo_h a {
    color: #000;
  }
  .logo_h .logot {
    width: 88%;
  }
  .logo_h .logon {
    margin-left: 12px;
    padding-left: 12px;
    border-left-color: #333;
  }
  .logo_h .logon h1 {
    font-size: 16px;
    margin: 0px;
  }
  .logo_h .logon p {
    font-size: 12px;
    color: #000;
  }
  .logo_h .logot img:nth-child(1) {
    opacity: 0;
  }
  .logo_h .logot img:nth-child(2) {
    opacity: 1;
  }
  #Header.fixed .logo_h a, #Header.fixed .logo_h .logon p {
    color: #fff;
  }
  #Header.fixed .logo_h .logot img:nth-child(1) {
    opacity: 1;
  }
  #Header.fixed .logo_h .logot img:nth-child(2) {
    opacity: 0;
  }
}
/* top tel */
.top_tel {
  margin: 0;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 100px;
}
/*Header button*/
.Header-button {
  margin-top: 5px;
  position: relative;
  height: 50px;
  width: 30px;
  cursor: pointer;
}
.Header-button:after, .Header-button:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}
.Header-button:after {
  bottom: 13px;
}
.Header-button:before {
  top: 13px;
}
.Header-button span {
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 2px;
  margin-top: -1px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}
.Header-button.active:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  left: 5px;
  bottom: 13px;
}
.Header-button.active:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  top: 13px;
  left: 5px;
}
.Header-button.active span {
  opacity: 0
}
/*Nav*/
.nav_warp * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.nav_warp a {
  text-decoration: none;
  color: inherit;
}
.nav_warp img {
  vertical-align: top;
  border: none;
}
.nav_warp ul, li {
  list-style: none;
}
.nav_warp {
  font: 16px/1.43 'Microsoft Yahei', Arial, sans-serif;
  position: relative;
  z-index: 999;
  width: 636px;
  color: #333;
  margin: 0 0 0 50px
}
.nav_warp .nav:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  color: '';
}
.nav_warp .nav > li {
  position: relative;
  float: left;
  /* background: url(/ufile/93862/img/nav_bg.png) 
no-repeat; */
}
.nav_warp .nav > li:first-child {
  background: none
}
.nav_warp .nav > li > a {
  position: relative;
  display: block;
  padding: 30px 20px;
  ;
  text-align: center;
}
.nav_warp .nav > li > a:hover, .nav_warp .nav > li > a:hover .subtitle, .nav_warp .nav .active, .nav_warp .nav .active .subtitle {
  color: #005298;
}
.nav_warp .nav > li > a:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 70px;
  height: 2px;
  margin-left: -35px;
  content: '';
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  background: #005298;
}
.nav_warp .nav > li > a:hover:after, .nav_warp .nav .active:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nav_warp .nav a span {
  display: block;
}
.nav_warp .nav .title {
  /* font-weight: bold; */
  font-size: 16px;
}
.nav_warp .nav .subtitle {
  font-size: 9px;
  padding-top: 5px;
  text-transform: uppercase;
  color: #666;
}
.nav_warp .subnav {
  position: absolute;
  top: 65px;
  left: 50%;
  visibility: hidden;
  width: 120px;
  margin-left: -60px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
}
.nav_warp .nav > li:hover .subnav {
  visibility: visible;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
}
.nav_warp .subnav li a {
  font-size: 12px;
  line-height: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 40px;
  padding: 0 30px 0 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.nav_warp .subnav li a:hover {
  padding-left: 15px;
  color: #fff;
  background: #005298;
}
.nav_warp .subnav li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  visibility: hidden;
  width: 5px;
  height: 10px;
  margin-top: -5px;
  content: '';
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background: url(../images/arrow-right.png) no-repeat center center / cover;
}
.nav_warp .subnav li a:hover:after {
  right: 15px;
  visibility: visible;
}
.lang {
  margin: 0;
  padding: 0;
  width: 115px;
  display: flex;
}
.lang a {
  display: inline-block;
  margin-left: 15px;
}
.lang a img {
  width: 38px;
}
/*mobile Nav*/
#Nav {
  position: fixed;
  left: 0;
  top: -150%;
  background: #0d6ad7;
  z-index: 10;
  width: 100%;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}
#Nav a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, .5);
  text-align: center
}
#Nav a:hover, #Nav a.active {
  color: #fff;
}
#Nav.active {
  top: 50px;
}
#Nav a:last-child {
  border-bottom: none
}
@media(max-width:992px) and (min-width:768px) {}
@media(max-width:760px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  #Header {
    height: 50px;
    position: fixed;
    z-index: 20;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  #Header .container {
    width: 100%;
    padding: 0 15px !important;
  }
  .Header-button {
    margin: 0;
  }
  #Header.fixed .Header-button:after, #Header.fixed .Header-button:before, #Header.fixed .Header-button span {
    background-color: #000;
  }
  .lang {
    width: 132px;
  }
  .lang a {
    margin-left: 10px;
  }
  .lang a img {
    width: 30px;
  }
}
/*Banner*/
#Banner {
  margin-top: 88px;
}
.swiper-banner {
  height: auto !important;
}
.banner-pagination span {
  width: 13px;
  height: 13px;
  border: #c8c8c8 1px solid;
  opacity: 1;
  background: transparent
}
.banner-pagination span.swiper-pagination-bullet-active {
  background: #0d6ad7;
  border-color: #0d6ad7
}
.banner-next, .banner-prev {
  width: 50px;
  height: 80px;
  margin-top: -40px;
  background-color: rgba(0, 0, 0, .5);
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -o-transition: ease .3s;
  -moz-transition: ease .3s
}
.banner-next:after, .banner-prev:after {
  color: #fff;
  font-size: 30px;
}
@media(max-width:760px) {
  #Banner {
    margin-top: 50px;
  }
}
/* Footer Button */
#Footer-button {
  height: 60px;
  background: #fdbb02;
  border-top: solid 1px #eaad03;
  z-index: 9;
}
#Footer-button a {
  border-top: solid 1px #eaad03;
  border-right: solid 1px #fdd462;
  height: 60px;
  border-left: solid 1px #fdd462;
  text-align: center;
  overflow: hidden
}
#Footer-button a i.Yc-icon {
  line-height: 30px;
  height: 30px;
  color: #fff;
  font-size: 2.6rem;
  margin-top: 5px;
  display: block
}
#Footer-button a span {
  font-size: 14px;
  color: #fff;
}
/*GoTop*/
#GoTop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .3);
  background-image: url(../images/icon_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 999;
  cursor: pointer
}
#GoTop:hover {
  background-color: #FFBC00
}
/*Page News detials*/
.Page-title {
  font-size: 26px;
  color: #666;
  margin-bottom: 15px;
}
.Page-info {
  border-bottom: solid 1px #ededed;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #999
}
.Page-info i {
  font-style: normal;
  margin: auto 20px;
}
.Page-summary {
  border: dashed 1px #e0e0e0;
  background-color: #f5f8fc;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 2
}
/*Main*/
@media(max-width: 760px) {}
/*Home about*/
.p-title {
  margin: 120px 0 70px;
}
.p-title h2 {
  font-size: 36px;
  color: #333;
  font-weight: 800;
}
.p-title p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 1.8em;
}
.p-title a.more {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.p-title a.more:hover {
  background: #0d6ad7;
}
.industry li {
  float: left
}
.industry .item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 550px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.industry .item img {
  max-width: inherit;
  transition: all .3s
}
.industry .item .text {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9;
  position: relative
}
.industry .item .text h3 {
  font-size: 30px;
  position: absolute;
  left: 20px;
  bottom: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.industry .item .text p {
  font-size: 14px;
  position: absolute;
  left: 20px;
  bottom: -120px;
  line-height: 2em;
  -webkit-transition: all .3s .1s;
  transition: all .2s ease-out .1s;
  padding-right: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.industry .item .shadow {
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  bottom: 0;
  position: absolute;
}
.industry .item.active {
  width: 520px;
}
.industry .item.active img {
  transform: scale(1.1);
}
.industry .item.active .text h3 {
  bottom: 130px;
}
.industry .item.active .text p {
  bottom: 50px;
}
@media(max-width:992px) and (min-width: 768px) {}
@media(max-width: 760px) {
  .p-title {
    margin: 30px 0 20px;
  }
  .p-title .pull-left {
    width: 80%;
  }
  .p-title h2 {
    font-size: 18px;
  }
  .p-title p {
    font-size: 12px;
  }
  .p-title a.more {
    width: auto;
    height: auto;
    line-height: 2;
    font-size: 12px;
    padding: 3px 12px;
  }
  .industry li {
    width: 100%;
    margin-bottom: 15px;
  }
  .industry .item {
    width: 100%;
    height: 266px;
  }
  .industry .item.active {
    width: 100%;
  }
  .industry .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .industry .item .text h3, .industry .item.active .text h3 {
    font-size: 24px;
    bottom: 105px;
  }
  .industry .item .text p, .industry .item.active .text p {
    bottom: 30px;
  }
}
/* technology */
.skill li {
  padding: 60px 0;
  margin: 0 17px;
  width: 210px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  text-align: center;
  float: left;
  position: relative;
  bottom: 0px
}
.skill li:first-child {
  margin-left: 0
}
.skill li:last-child {
  margin-right: 0
}
.skill li .img {
  height: 70px
}
.skill li:last-child .img img {
  margin-top: 10px;
  width: 72px;
}
.skill li p {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
  font-weight: bold;
}
.skill li:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-color: #fff;
  bottom: 10px
}
.skill li:hover p {
  color: #0d6ad7;
}
@media(min-width: 993px) and (max-width: 1024px) {}
@media(min-width:768px) and (max-width: 992px) {}
@media(max-width: 760px) {
  .skill li {
    width: 48%;
    margin: 0 2% 4%;
    padding: 30px 0;
  }
  .skill li:nth-child(odd) {
    margin-left: 0;
  }
  .skill li:nth-child(even) {
    margin-right: 0;
  }
  .skill li:last-child {
    width: 100%;
    clear: both;
    float: none !important;
    margin: 0 auto;
  }
}
/*new product*/
.m-pro-title {
  border-top: 3px solid #f60;
  background-color: #005298;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.m-pro-title .title {
  font-size: 24px;
  font-weight: normal;
}
.m-pro-title span {
  text-transform: uppercase;
  font-size: 12px;
}
.box20054_-8647 {
  font: 14px/1.43 Arial, sans-serif;
  color: #666;
  padding: 20px 15px;
  background: #fff;
}
/*product*/
.product{
	background-color: #eee;
	padding: 80px 0;
}
.box20054_-8647 * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box20054_-8647 ul, .box1049_1 li {
  list-style: none;
}
.box20054_-8647 a {
  text-decoration: none;
  color: inherit;
}
.box20054_-8647 img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.box20054_-8647 .sortNav {}
.box20054_-8647 .sortTitle {
  background: #005298;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  height: 55px;
  margin-bottom: 5px;
  display: none;
}
.box20054_-8647 .sortList {
  background: #f0f0f0;
  border-radius: 0 0 3px 3px;
}
.box20054_-8647 .navItem {
  overflow: hidden;
  position: relative;
}
.box20054_-8647 .navItem:last-child {
  border-bottom: none;
}
.box20054_-8647 .navItem > a {
  position: relative;
  display: block;
  vertical-align: middle;
  background-color: #fff;
  font-size: 18px;
  color: #666;
  padding: 0 15px;
  margin-bottom: 1px;
  height: 45px;
  line-height: 45px;
}
.box20054_-8647 .navItem > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 14px;
  right: 10px;
  background-image: url(../images/r_d.png);
  background-repeat: no-repeat;
}
.box20054_-8647 .navItem:hover > a {
  background-color: #005298;
  color: #fff;
}
.box20054_-8647 .navItem:hover > a:after {
  background-image: url(images/r_w.png);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.box20054_-8647 .navItem.m-f > a {
  background-color: #005298;
  color: #fff;
}
.box20054_-8647 .navItem.m-f > a::after {
  background-image: url(images/r_w.png);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.box20054_-8647 .navItem.m-f .subnav {
  display: block;
}
.box20054_-8647 .navItem.m-f .subnav .m-s .three-stage {
  display: block;
}
.box20054_-8647 .subnav {
  background: #fff;
  display: none;
}
.box20054_-8647 .subnav > li > a {
  font-size: 14px;
  color: #666;
  padding: 15px;
  position: relative;
  display: block;
  border-bottom: 1px solid #ddd;
}
.box20054_-8647 .subnav > li > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 14px;
  right: 10px;
  background-image: url(../images/r_d.png);
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.box20054_-8647 .subnav .m-s > a {
  color: #005298;
  background-color: #f7f7f7;
  font-weight: bold;
}
.box20054_-8647 .subnav .m-s > a::after {
  background-image: url(../images/r_d.png);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.box20054_-8647 .three-stage {
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
.box20054_-8647 .three-stage li a {
  position: relative;
  display: block;
  font-size: 4px;
  color: #888;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.box20054_-8647 .three-stage li a:hover {
  color: #005298;
}
.box20054_-8647 .three-stage li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 20px;
  background-image: url(../images/r_d.png);
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.box20054_-8647 .three-stage li.cur a {
  color: #005298;
}
.box20054_-8647 .subnav > li > a:hover {
  color: #005298;
}
.m-pro-tel {
  padding: 25px 20px 25px 80px;
  background: #f60 url(../images/icon-pro-tel.png) no-repeat 20px center;
  margin-top: 30px;
}
.m-pro-tel p.m-title {
  color: #fff;
}
.m-pro-tel p.m-tel {
  font-size: 22px;
  color: #fff;
  white-space: nowrap;
}
.m-pro-scope {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.m-pro-scope h3 {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.m-pro-scope::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url(../images/scope_line.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.box868_-7725 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-weight: normal;
}
.box868_-7725 a {
  color: #666;
  text-decoration: none;
}
.box868_-7725 img {
  vertical-align: middle;
  border: none;
}
.box868_-7725 {
  font: 14px/1.5 Arial;
  color: #333;
}
.box868_-7725 .title {
  overflow: hidden;
  margin: 18px 0;
  line-height: 40px;
  display: none;
}
.box868_-7725 .title h3, .box868_-7725 .title .nav-link, .box868_-7725 .title .nav-link a {
  display: inline-block;
}
.box868_-7725 .title h3 {
  font-size: 24px;
  margin-right: 28px;
}
.box868_-7725 .title .nav-link a {
  padding: 0 10px;
  color: #999;
}
.box868_-7725 .title .nav-link a:hover, .box868_-7725 .title .channel-more a:hover {
  color: #c6151d;
}
.box868_-7725 .title .channel-more {
  float: right;
  padding-top: 4px;
}
.box868_-7725 .title .channel-more a {
  margin: 0 6px;
}
.box868_-7725 .title .channel-more span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  background-color: #bbb;
}
.box868_-7725 .products {
  overflow: hidden;
}
.box868_-7725 .products li {
  float: left;
  width: 278px;
  margin: 15px;
  padding: 0px 0px 20px;
  text-align: center;
  background-color: #fff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
}
.box868_-7725 .products li:nth-child(5n 5) {
  margin-right: 0;
}
.box868_-7725 .products li:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 2;
}
.box868_-7725 .pic {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.box868_-7725 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.box868_-7725 .info {
  font-size: 12px;
  color: #b0b0b0;
  padding: 4px 0;
  margin-top: 6px;
  display: none;
}
.box868_-7725 .price {
  display: none;
}
.box868_-7725 .price .hy {
  color: #ca151c;
  font-weight: bold;
}
.box868_-7725 .price .sc {
  display: inline-block;
  padding-left: 5px;
  color: #999;
  text-decoration: line-through;
}
.box868_-7725 .caption {
  font-weight: normal;
  font-size: 14px;
}
.box868_-7725 .caption, .box868_-7725 .info, .box868_-7725 .price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box868_-7725 .products li:nth-child(3n) {
  margin-right: 0;
}
.box868_-7725 .products li:nth-child(1), .box868_-7725 .products li:nth-child(4), .box868_-7725 .products li:nth-child(7) {
  margin-left: 0;
}
@media(max-width:992px) and (min-width:768px) {}
@media(max-width:760px) {
	.box868_-7725 .products li:last-child{
		display: none!important;
	}
}
/*new advantage*/
.container {
  width: 1200px;
  margin: 0 auto;
}
.select {
	padding-top: 80px;
  margin-bottom: 80px;
}
.select-title {
  margin: 0 auto 90px;
  display: block;
}
.select-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.select-item2 {
  flex-direction: row-reverse;
}
.select-item img {
  width: 600px;
}
.select-item .item-txt {
  width: 520px;
}
.select-item .item-txt h3 {
  font-size: 24px;
  color: #222;
}
.select-item .item-txt span {
  font-size: 12px;
  color: #666;
  display: block;
  margin-top: 10px;
}
.select-item .item-txt p {
  font-size: 14px;
  color: #373737;
  line-height: 1.8em;
  margin: 50px 0;
}
.select-item .item-txt a {
  display: block;
  width: 125px;
  height: 45px;
  border: 1px solid #005298;
  text-align: center;
  line-height: 45px;
  color: #005298;
}
.select-item .item-txt a:hover {
  background: #005298;
  color: #fff;
}
/*new about*/
#_ctl8_box {
  background-color: #eeeeee;
  padding: 80px 0
}
.about {
  width: 1200px;
  margin: 0 auto;
}
.about .fl {
  float: left;
  width: 610px;
}
.about .fl h2 {
  font-size: 36px;
  color: #222;
  margin-top: 50px;
  font-weight: normal;
}
.about .fl h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.about .fl em {
  display: block;
  width: 60px;
  height: 4px;
  background: #005298;
  margin: 10px 0 40px;
}
.about .fl p {
  font-size: 14px;
  color: #373737;
  line-height: 30px;
}
.about .fl .btn-group a {
  float: left;
  width: 135px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #7d7d7d;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  margin-top: 80px;
  margin-left: -1px;
}
.about .fl .btn-group a:hover {
  color: #005298
}
.about .fl .btn-group img {
  margin-right: 10px;
  vertical-align: middle;
  height: auto
}
.about .fr {
  float: right;
  width: 566px
}
.about .fr img {
  width: 100%;
}
/*News*/
.news {
  padding-bottom: 70px;
}
.news-classify-tab {
  font-size: 30px;
  color: #999;
}
.news-classify-tab a {
  display: inline-block;
  font-size: 36px;
  padding: 0 20px;
  color: #666;
  font-weight: bold;
  position: relative;
}
.news-classify-tab a + a::before {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 30%;
  background-color: #666;
}
.news-classify-tab a.active {
  color: #333;
}
.news-item {
  padding: 20px;
  margin: 15px 0px;
  border: 1px solid #eee;
  overflow: hidden;
  width: 585px;
  float: left;
  transition: all ease .3s;
  box-sizing: border-box;
  padding-left: 10px;
}
.news-item .date-info {
  width: 90px;
  height: 80px;
  float: left;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #eaeaea;
}
.news-item .date-info h2 {
  height: 55px;
  line-height: 55px;
  font-size: 38px;
  color: #aaa;
  transition: all ease .3s;
}
.news-item .date-info h3 {
  height: 25px;
  line-height: 25px;
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
  transition: all ease .3s;
}
.news-item .news-content {
  margin-left: 110px;
}
.news-item .news-content .news-title {
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 10px;
}
.news-item .news-content p {
  font-size: 14px;
  color: #999;
  transition: all ease .3s;
}
.news-item:nth-child(2n) {
  margin-left: 30px
}
.news-item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #0d6ad7;
  background: #0d6ad7
}
.news-item:hover .date-info h2, .news-item:hover .date-info h3, .news-item:hover .news-title a, .news-item:hover .news-content p {
  color: #fff
}
@media(max-width: 760px) {
  .news {
    padding-bottom: 30px;
  }
  .news .p-title {
    margin-bottom: 0;
  }
  .news-classify-tab {
    font-size: 0px;
  }
  .news-classify-tab a {
    font-size: 18px;
  }
  .news-classify-tab a:first-child {
    padding-left: 0;
  }
  .news-item {
    width: 100%;
    margin-bottom: 0;
  }
  .news-item .news-content .news-title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .news-item .news-content p {
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-item:nth-child(2n) {
    margin-left: 0;
  }
}
/* cooperation */
.hz-title {
  margin: 100px 0 70px;
  text-align: center;
}
.hz-title h2 {
  font-size: 36px;
  color: #333;
}
.hz-title p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.owl-carousel {
  margin: 50px auto;
  width: 1100px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 100px;
  color: #999;
  font-weight: lighter;
  position: absolute;
  top: 40px;
}
button.owl-next {
  right: -50px;
}
button.owl-prev {
  left: -50px;
}
.owl-carousel .owl-item img {
  margin: 10px 0
}
.order {
  margin: 30px 0 80px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center
}
.order a {
  display: inline-block;
  margin: 0 30px;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0d6ad7;
  font-weight: normal;
  vertical-align: middle;
}
.order span {
  color: #0d6ad7;
}
@media(max-width: 760px) {
  .hz-title {
    margin: 0;
  }
  .hz-title h2 {
    font-size: 24px;
  }
  .owl-carousel {
    width: 80%;
    margin: 30px auto 0;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    top: 0;
  }
  button.owl-prev {
    left: -11%;
  }
  button.owl-next {
    right: -11%;
  }
  .order {
    font-size: 20px;
    margin: 30px 0;
  }
  .order a {
    display: block;
    margin: 0 auto;
  }
}
/*home news*/
#_ctl9_box .p-title {
  font-size: 36px;
  color: #222;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}
.box20061_-4331 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.box20061_-4331 a {
  text-decoration: none;
  color: inherit
}
.box20061_-4331 img {
  max-width: 100%;
  border: 0;
  vertical-align: top
}
.box20061_-4331 ul, li {
  list-style: none
}
.box20061_-4331 {
  width: 1200px;
  margin: 0 auto;
  font: 14px/1.43 Arial, sans-serif;
  color: #444
}
.box20061_-4331 .tabs-title {
  margin-bottom: 25px;
  text-align: center;
  display: none;
}
.box20061_-4331 .tabs-title a {
  display: inline-block;
  color: #666;
  padding: 9px 60px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  background-color: #eee;
  border-radius: 20px;
  margin-right: 20px
}
.box20061_-4331 .tabs-title a.active, .box20061_-4331 .tabs-title a:hover {
  background-color: #0c58a3;
  color: #fff
}
.box20061_-4331 .list-main {
  min-height: 415px
}
.box20061_-4331 .news-list {
  overflow: hidden;
  display: none
}
.box20061_-4331 .current {
  display: block
}
.box20061_-4331 .news-list li {
  float: left;
  width: 48%;
  padding: 17px 20px;
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 14px;
  position: relative;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin-right: 15px;
}
.box20061_-4331 .news-list li:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
  transition: transform .75s cubic-bezier(.19, 1, .22, 1);
  transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-delay: 0s !important
}
.box20061_-4331 .news-list li:hover {
  -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 17px rgba(0, 0, 0, .1)
}
.box20061_-4331 .news-list li:hover .title a {
  color: #fff
}
.box20061_-4331 .news-list li:hover:after {
  z-index: 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  background-color: #0c58a3;
  -webkit-box-shadow: 0 8px 19px #dedede;
  box-shadow: 0 8px 19px #dedede
}
.box20061_-4331 .news-list li:hover .news-intro {
  color: #fff
}
.box20061_-4331 .news-list li:hover .news-intro .content {
  color: rgba(255, 255, 255, .4)
}
.box20061_-4331 .news-list li:hover .news-intro .info span {
  color: #fff
}
.box20061_-4331 .news-list .news-img {
  display: none
}
.box20061_-4331 .news-intro {
  padding-left: 90px;
  overflow: hidden;
  position: relative;
  z-index: 7
}
.box20061_-4331 .news-intro .title {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal
}
.box20061_-4331 .news-intro .title a {
  color: #666
}
.box20061_-4331 .news-intro .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  font-size: 12px;
  padding: 9px 0;
  overflow: hidden;
  background: #999
}
.box20061_-4331 .news-intro .info span {
  display: inline-block;
  background: no-repeat 0 50%;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 700;
  color: #fff
}
.box20061_-4331 li:hover .news-intro .info {
  background: #fff
}
.box20061_-4331 .news-list li:hover .news-intro .info span {
  color: #666 !important
}
.box20061_-4331 .news-intro .info .author {
  display: none
}
.box20061_-4331 .news-intro .content {
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box20061_-4331 .news-list .news-fl .news-intro .info {
  background: 0;
  position: static
}
.box20061_-4331 .news-list .news-fl .news-intro .info span {
  color: #666;
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
  position: relative
}
.box20061_-4331 .news-list .news-fl .news-intro .info span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #0c58a3;
  left: 0;
  bottom: -4px
}
.box20061_-4331 .news-list .news-fl .news-intro {
  padding: 0
}
.box20061_-4331 .news-list .news-fl .news-intro .content {
  white-space: normal;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.box20061_-4331 .u-more {
  margin-top: 64px;
  text-align: center
}
.box20061_-4331 .u-more a {
  line-height: 42px;
  display: inline-block;
  width: 160px;
  height: 42px;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  color: #b4b4b4;
  border: 1px solid #c6c6c6
}
.box20061_-4331 .u-more a:hover {
  color: #fff;
  border-color: #237aeb;
  background: #237aeb
}
.box20061_-4331 .news-list .news-fl {
  width: 390px;
  height: 370px;
  margin-bottom: 20px !important;
  margin-right: 30px !important;
  background-color: #f7f7f7;
  padding: 20px;
  position: relative;
  display: block;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s
}
.box20061_-4331 .news-list .news-fl:hover .title a {
  color: #0c58a3
}
.box20061_-4331 .news-list .news-fl {
  width: 390px;
  height: 466px;
  float: left;
  margin-bottom: 20px !important;
  margin-right: 30px !important;
  background-color: #f7f7f7;
  padding: 20px;
  position: relative;
  display: block;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s
}
.box20061_-4331 .news-list .news-fl .news-intro .title {
  margin-top: 20px
}
.box20061_-4331 .news-list .news-fl:after {
  display: none
}
.box20061_-4331 .news-list .news-fl .news-img {
  overflow: hidden;
  display: block;
  height: 272px;
  margin-bottom: 10px
}
.box20061_-4331 .news-list .news-fl .news-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.box20061_-4331 .news-list .news-fl .news-img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.box20061_-4331 .news-list .news-fl:hover {
  -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 17px rgba(0, 0, 0, .1)
}
.box20061_-4331 .news-list > ul {
  width: 760px;
  float: left;
}
.box20061_-4331 .news-list > ul::after, .box20061_-4331 .news-list > ul::before {
  content: '';
  display: block;
  clear: both;
}
.box20061_-4331 .news-list > ul .news-intro .info {
  padding: 20px 0;
  text-align: center
}
/*Link*/
.links {
  padding: 15px 0 8px;
  font-size: 1.4rem;
  color: #5c5c5c;
}
.links .container {
  position: relative
}
.link-thd {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  color: #333;
}
.link-thd:after {
  content: " / Link";
  font-size: 16px;
  color: #333;
}
.link-cont {
  padding-left: 130px;
}
.link-cont a {
  font-size: 14px;
  padding: 0 10px 8px 10px;
  color: #333;
  display: inline-block;
}
@media(max-width: 760px) {
  .link-thd {
    left: 15px;
  }
}
/*Footer*/
#footer {
  border-top: 1px solid #e5e5e5;
  padding: 50px 0;
}
#footer .bottom-fl .img {
  height: 185px;
}
#footer .bottom-fl .img img {
  width: 150px;
  margin-top: 15px;
}
#footer .bottom-fl .txt {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #bfbfbf;
  font-size: 14px;
  color: #333;
  padding: 10px 0 10px 50px;
}
#footer .bottom-fl .txt .txt-top {
  margin-bottom: 25px;
}
#footer .bottom-fl .txt .txt-top h3 {
  font-size: 24px;
}
#footer .bottom-fl .txt p {
  line-height: 2em;
}
#footer .bottom-cen {
  padding: 0 70px;
}
#footer .bottom-cen ul {
  margin-left: 70px;
}
#footer .bottom-cen ul h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
#footer .bottom-cen ul li a {
  font-size: 14px;
  color: #333;
  line-height: 2em;
}
#footer .bottom-cen ul li a:hover {
  color: #0d6ad7
}
#footer .bottom-fr li {
  display: inline-block;
  text-align: center;
  position: relative;
}
#footer .bottom-fr li .img {
  width: 40px;
  /* height: 40px; */
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  /* padding: 5px 0; */
}
#footer .bottom-fr li .desc {
  position: absolute;
  bottom: -10px;
  bottom: -145px;
  width: 107px;
  visibility: hidden;
}
#footer .bottom-fr li .desc img {
  max-width: 100%;
}
#footer .bottom-fr li .desc p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}
#footer .bottom-fr li:hover .desc {
  visibility: visible;
}
.copyright {
  background: #0d6ad7;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
}
.copyright .pull-left a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}
.copyright .pull-left a:first-child {
  padding-left: 0
}
.slide-tab {
  position: fixed;
  right: 24px;
  bottom: 170px;
  z-index: 1000;
}
.slide-tab .item {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
  z-index: 100;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 9px;
}
.slide-tab .item i {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/kf5-icon.03d35578.png);
  background-repeat: no-repeat;
  background-size: 400%;
}
.slide-tab .item .icon-chat {
  background-position: 100% 0;
}
.slide-tab .item .hide {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
  border-radius: 1px;
  padding: 24px;
  width: 335px;
  position: fixed;
  right: 92px;
  bottom: 170px;
  padding-right: 8px;
  z-index: 1000;
  transition: all ease .3s;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
}
.slide-tab .item .hide li {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}
.slide-tab .item .hide li:last-child {
  margin-bottom: 0px
}
.slide-tab .item .hide li .text {
  margin-left: 15px;
}
.slide-tab .item .hide li h3 {
  font-size: 16px;
}
.slide-tab .item .hide li p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.icon-return {
  background-position: 100% 100%;
}
.icon-contact-us {
  background-position: -63px 2px;
}
.slide-tab .item.to-top {
  display: none
}
.slide-tab .item .hide li:hover h3 {
  color: #0d6ad7
}
.slide-tab .item .hide li:hover i {
  background-position-y: 100%;
}
.slide-tab .kf:hover .hide {
  display: block
}
.slide-tab .item .hide.show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
/*new footer*/
/*links*/
.box2701_-3714 .c_f {
  *zoom: 1;
}
.c_f:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "\20";
}
.box2701_-3714 {
  width: 1200px;
  background: url(../images/yqlj1.jpg) no-repeat center;
  margin: 0 auto;
  position: relative;
}
.box2701_-3714 .th2 {
  font-size: 16px;
  color: #333;
  display: none
}
.box2701_-3714 .th2:after {
  content: " / Link";
  font-size: 16px;
  color: #333;
}
.box2701_-3714 .box270_tit {
  margin: 0;
  height: 50px;
  line-height: 50px;
  _height: 28px;
  _padding-top: 12px;
}
.box2701_-3714 .box270_tit .box270_ico {
  background: url(../images/ico265_1.jpg) 0 0 no-repeat;
  display: inline-block;
  width: 14px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}
.box2701_-3714 .box270_tit th2 {
  font-size: 14px;
  color: #075c95;
}
.box2701_-3714 .box270_text {
  position: absolute;
  top: 5px;
  left: 190px;
}
.box2701_-3714 .box270_text a {
  height: 20px;
  font-size: 14px;
  padding: 8px 10px 0 10px;
  color: #333;
  display: inline-block;
  text-decoration: none;
}
.box2701_-3714 .box270_text a:hover {
  color: #0376f9
}
.mfooter-main {
  padding: 0 0 70px
}
.mfooter-main .fl {
  float: left;
}
.mfooter-main .fl ul {
  float: left;
  margin-right: 100px;
  margin-top: 50px;
}
.mfooter-main .fl ul h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mfooter-main .fl ul li {
  line-height: 2em;
}
.mfooter-main .fl ul li a {
  color: #666;
  font-size: 12px;
}
.mfooter-main .fr {
  margin-top: 50px;
  float: right;
}
.mfooter-main .fr h3 {
  font-size: 14px;
}
.mfooter-main .fr p {
  font-size: 24px;
  font-weight: bold;
}
.mfooter-main .fr .pull-left {
  position: relative;
  margin-right: 10px;
  float: left;
}
.mfooter-main .fr .pull-left img {
  width: 30px;
  margin-top: 20px;
}
.mfooter-main .fr .pull-left:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #fff url(../images/2019428105958250.jpg) no-repeat center/80px;
  position: absolute;
  top: 80px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
  visibility: hidden;
}
.mfooter-main .fr .pull-left:hover:after {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.mfooter-main .fl ul ul {
  margin-top: 0;
  margin-right: 20px
}
.mfooter-main .fl ul ul:last-child {
  margin-right: 0px
}
.mfooter-main .fl ul li a:hover {
  color: #005298
}
.mfooter-copy {
  height: 60px;
  line-height: 60px;
  background: #005298;
  color: #fff;
  font-size: 14px;
}
.mfooter-copy .container {
  width: 1200px;
  margin: 0 auto;
}
.mfooter-copy .pull-right a {
  color: #fff;
  display: inline-block;
  width: auto !important;
  height: auto !important
}
@media(max-width:760px) {
  .mfooter-copy .pull-left, .mfooter-copy .pull-right {
    float: none !important
  }
  .mfooter-copy p {
    text-align: center;
    width: 100%;
    line-height: 2;
  }
  #mBottomMiddle .ct {
    width: 100% !important;
  }
  .mfooter-main .fl {
    width: 100%;
    float: none !important;
    padding: 0 1rem !important;
    overflow: hidden;
  }
  .mfooter-main .fr {
    width: 100%;
    float: none !important;
    padding: 0 1rem !important;
  }
  .mfooter-copy .container {
    width: 100% !important;
  }
  .mfooter-main .fr .pull-left {
    float: none !important;
    width: 100%;
  }
}
/*Page Container*/
.page-main {
  background-color: rgb(244, 244, 244);
}
.page-content {
  padding: 40px 0;
}
.path {
  background: url(../images/ico-path.jpg) no-repeat left 7px;
  padding-left: 116px;
  font-size: 13px;
  color: #666;
}
.path a {
  color: #666;
}
.l-slide {
  width: 260px;
}
.slide {}
.slide .lTitle {
  padding-bottom: 10px;
  background: #0d6ad7 url(../images/fx.png) no-repeat 205px center/32px;
}
.slide .lTitle span {
  display: block;
  padding: 20px 0 15px 20px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.slide .lCont {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
}
.slide-item {
  height: 48px;
  line-height: 48px;
  margin: 0;
}
.slide-item a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  padding-left: 25px;
  display: block;
  position: relative;
}
.slide-item.active a, .slide-item:hover a {
  background: #eaeaea;
  color: #0d6ad7;
}
.slide-item a:after {
  content: ">";
  font-size: 16px;
  font-family: serif;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 11px;
  width: 24px;
  height: 24px;
  right: 10px;
  border-radius: 50%;
  border: 1px #eaeaea solid;
  line-height: 24px;
  text-align: center;
  color: #999;
}
.slide-item.active a:after, .slide-item:hover a:after {
  background: #0d6ad7;
  color: #fff;
  border-color: #0d6ad7;
  box-shadow: 0px 7px 20px 0px #0d6ad759, 0px 0px 5px 0px #0d6ad7;
}
.contact {
  background: #fff;
  margin-top: 30px;
}
.cphone {
  overflow: hidden;
  padding: 20px 0;
  background-color: #0d6ad7;
  margin-bottom: 10px;
}
.cphone dt {
  float: left;
  background: url(../images/dh1.png) no-repeat center;
  margin-left: 5px;
  width: 72px;
  height: 50px;
}
.cphone dd {
  margin-left: 72px;
  color: #fff;
  padding: 5px 13px;
  border-left: 1px dotted #ccc;
}
.cphone dd span {
  font-size: 13px;
}
.contact .cadd {
  font-size: 14px;
  line-height: 24px;
  padding: 15px;
}
.cphone dd p {
  font-size: 20px;
  font-family: "Arial";
}
@media(max-width:760px) {
  .container {
    width: 100%;
  }
  .page-content {
    padding: 15px;
  }
  .l-slide {
    width: 100%;
    float: none !important
  }
  .slide {
    margin-bottom: 20px;
  }
  .slide .lTitle {
    background-image: url("../images/fx-1.png");
    background-position: right center;
  }
  .slide .lTitle span {
    font-size: 20px;
    padding: 10px 0px 0px 10px;
  }
}
.r-content {
  background-color: rgb(255, 255, 255);
  float: left;
  margin-left: 30px;
  padding: 20px;
  overflow: hidden;
  width: 910px;
}
.path-box {
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.path-box .ptitle {
  border-left: 2px solid #005298;
  color: #005298;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
.p-content-text img {
  max-width: 100%;
  height:auto!important;
}
.history li {
  margin-bottom: 20px;
  overflow: hidden;
}
.history-fl {
  float: left;
  position: relative;
  padding: 20px 20px 20px 0;
  border-right: 6px solid #eee;
}
.history-fl h3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0d6ad7;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 24px;
}
.history-fl b {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
  border: 4px solid #fff;
  top: 60px;
  right: -14px;
}
.history-fr {
  float: right;
  width: 700px;
  height: 140px;
  padding: 20px 20px 10px;
  position: relative;
  background: #eee;
}
.history-fr p {
  font-size: 24px;
  color: #333;
}
.history-fr span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.history-fr i {
  display: block;
  position: absolute;
  border: 20px solid transparent;
  border-right: 20px solid #eee;
  top: 50px;
  left: -40px;
}
.history li:hover .history-fl h3 {
  background: #2bcfd4
}
@media(max-width: 760px) {
  .r-content {
    width: 100%;
  }
  .path {
    float: none !important;
  }
  .history-fl h3 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .history-fl {
    padding-right: 15px;
    border-right-width: 4px;
  }
  .history-fl b {
    margin-top: -10px;
    top: 50%;
    right: -10px;
    width: 16px;
    height: 16px;
  }
  .history-fr {
    width: 68%;
    height: auto;
    padding: 10px 15px;
  }
  .history-fr p {
    font-size: 18px;
  }
  .history-fr span {
    margin-top: 0px;
    line-height: 1.8;
  }
  .history-fr i {
    border-width: 15px;
    left: -30px;
    top: 18%;
  }
}
/*page pics*/
.license-pro-list li {
  float: left;
  margin-bottom: 20px;
  padding: 0 1%;
}
.col-3 li {
  width: 33.33%;
}
.col-4 li {
  width: 25%;
}
.col-5 li {
  width: 20%;
}
.license-pro-list .license-box {
  display: block;
  text-align: center;
}
.license-pro-list .pro-img {
  width: 100%;
  height: 147px;
  overflow: hidden;
  background: #fff;
  position: relative
}
.license-pro-list .pro-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  vertical-align: middle;
  border: none;
  transition: all .3s
}
.license-pro-list .p-caption {
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #f9f9f9;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.license-pro-list .p-caption {
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
.license-pro-list li:hover .p-caption {
  background: #0d6ad7;
  color: #fff;
}
.license-pro-list .license-box:hover {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
/*pagedetail pics*/
.pro-pic {
  text-align: center;
}
.pro-pic .proImg img {
  border: #ededed 1px solid;
  padding: 4px;
}
.pro-pic .proTitle {
  font-size: 22px;
  color: #444;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
/*Page Products*/
.list_box li {
  width: 262px;
  float: left;
  border: solid 1px #eee;
  margin: 0 14px 12px;
  overflow: hidden;
  transition: .5s;
}
.list_box .pic_li .pic_list {
  width: 100%;
  overflow: hidden;
  height: 218px;
}
.list_box .pic_li .pic_list a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative
}
.list_box .pic_li .pic_list a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .3s
}
.list_box .pic_li:hover .pic_list a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.list_box .pic_li .pic_list a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5) url(../images/fx.png) no-repeat center/50px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out .5s;
}
.list_box .pic_li:hover .pic_list a:after {
  opacity: 1;
  transform: rotateX(0deg) scale(1, 1);
}
.list_box .pic_li .pic_list_tit {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-align: center;
}
.list_box .pic_li .pic_list_tit a {
  font-size: 14px;
  overflow: hidden;
  color: #606060;
  text-decoration: none;
}
.list_box .pic_li .pic_pay_gm {
  width: 210px;
  height: 30px;
  line-height: 30px;
  display: none
}
.list_box .pic_li .pic_pay_gm .pic_pay {
  width: 90px;
  font-size: 24px;
  color: #f00;
  float: left;
}
.list_box .pic_li .pic_pay_gm .pic_pay span {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
}
.list_box .pic_li .pic_pay_gm .pic_pay em {
  font-size: 14px;
}
.list_box .pic_li .pic_pay_gm .gm_anniu {
  float: right;
}
.list_box .pic_li .pic_pay_gm .gm_anniu a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #52a0ea;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.list_box .pic_li:hover {
  background: #0d6ad7;
  transition: .5s;
}
.list_box .pic_li:hover .pic_pay_gm .pic_pay {
  color: #fff;
}
.list_box .pic_li:hover .pic_pay_gm .pic_pay span {
  color: #fff;
}
.list_box .pic_li:hover a {
  color: #fff;
}
.list_box .pic_li:hover .pic_pay_gm .gm_anniu a {
  background: #f60;
}
@media(max-width: 760px) {
  .license-pro-list li {
    width: 50%;
    padding: 0 2%;
  }
  .license-pro-list .pro-img {
    height: auto;
  }
  .list_box li {
    width: 47%;
    margin: 0 1.5% 10px;
  }
  .list_box .pic_li .pic_list {
    width: 100%;
    height: auto
  }
  .list_box .pic_li .pic_list a {
    width: 100%;
    height: 126px;
    position: relative;
  }
  .list_box .pic_li .pic_list a img {
    width: auto !important;
    height: 100% !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
/*PageproductsDetails*/
.pro-pic-box .small-img {
  display: flex;
  align-items: center;
  justify-content: center
}
.pro-pic-box .clearfix:before, .pro-pic-box .clearfix:after {
  display: table;
  line-height: 0;
  content: ""
}
.pro-pic-box .magnifier {
  width: 500px;
  position: relative;
  float: left;
}
.pro-pic-box .magnifier-container {
  width: 500px;
  height: 500px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.pro-pic-box .images-cover {
  height: 100%;
  width: 100%;
  position: relative
}
.pro-pic-box .images-cover img {
  position: absolute;
	left: 50%;
	transform: translateX(-50%)
}
.pro-pic-box .magnifier-assembly {
  height: 100px;
  overflow: hidden;
  position: relative;
  padding: 4px 30px 0;
  margin-top: 10px;
  border: 1px solid #ddd;
}
.pro-pic-box .magnifier-btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -40px
}
.pro-pic-box .magnifier-btn span {
  line-height: 80px;
  height: 80px;
  width: 20px;
  background: #fff url(../images/prev2.jpg) center center no-repeat;
  display: block;
  z-index: 9998;
  text-align: center;
  cursor: pointer;
  border-radius: 3px
}
.pro-pic-box .magnifier-btn .magnifier-btn-left {
  float: left;
}
.pro-pic-box .magnifier-btn .magnifier-btn-right {
  float: right;
  background: #fff url(../images/next2.jpg) center center no-repeat;
}
.pro-pic-box .magnifier-line {
  position: relative;
  overflow: hidden;
  height: 100px;
}
.pro-pic-box .magnifier-line ul {
  display: block;
  font-size: 0;
  width: 10000%;
  position: absolute;
  left: 0;
  z-index: 10
}
.pro-pic-box .magnifier-line li {
  float: left;
  width: 134px;
  cursor: pointer
}
.pro-pic-box .magnifier-line ul > .active .small-img img {
  border: 4px solid #0d6ad7;
  width: 100px;
  height: 80px;
}
.pro-pic-box .small-img {
  margin: 5px;
  overflow: hidden;
  text-align: center;
}
.pro-pic-box .small-img img {
  width: 130px;
  height: 74px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.pro-pic-box .magnifier-view {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -105%;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  display: none;
  overflow: hidden;
  border: 1px solid #ddd;
}
.pro-pic-box .magnifier-view img {
  max-width: 200%;
  display: block
}
.pro-pic-box .animation03 {
  transition: all .3s ease-in .1s;
  -ms-transition: all .3s ease-in .1s;
  -moz-transition: all .3s ease-in .1s;
  -webkit-transition: all .3s ease-in .1s;
  -o-transition: all .3s ease-in .1s
}
.pro-pic-box .cp_miaoshu {
  width: 380px;
  margin-left: 40px;
  float: left;
  height: 422px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.pro-pic-box .cp_miaoshu .cp_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px #d5d5d5 dashed;
  color: #333;
}
.pro-pic-box .cp_miaoshu .cp_con {
  padding-top: 10px;
  padding-bottom: 20px;
}
.pro-pic-box .cp_miaoshu .cp_con .cp_type {
  line-height: 30px;
  color: #444;
  font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.pro-pic-box .cp-dec {
  margin-bottom: 20px;
}
.pro-pic-box .cp-dec p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 30px;
}
.pro-pic-box .online li {
  font-size: 14px;
  margin-top: 8px;
}
.pro-pic-box .online li a {
  display: inline-block;
  vertical-align: middle;
}
.pro-pic-box .phone {
  font-size: 20px;
  color: #525252;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pro-pic-box .phone span {
  font-size: 26px;
  color: #fb6028;
  line-height: 40px;
}
.move-view, .magnifier-view {
  display: none !important;
}
.pro-detail-box h2.pro-detail-title {
  font-size: 14px;
  font-weight: bold;
  color: #232323;
  line-height: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.pro-detail-box h2.pro-detail-title span {
  border-left: 4px solid #0d6ad7;
  padding-left: 10px;
}
.pro-detail-box .p-content-text {
  margin: 10px 0;
  font-size: 14px;
  line-height: 2;
}
.pro-detail-box .p-content-text p {
  font-size: 14px;
  line-height: 2;
}
.pro-detail-box .p-content-text img {
  max-width: 100%;
  height: auto !important
}
@media(max-width: 760px) {
  .pro-pic-box .magnifier {
    width: 100% !important;
  }
  .pro-pic-box .magnifier-container {
    width: 100% !important;
  }
  .pro-pic-box .cp_miaoshu {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
/*good products*/
.goods-pro-box {
  margin-top: 20px;
}
.goods-pro-box img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
.goods-pro-box .hd-wrap {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.goods-pro-box .hd-wrap .hd-title {
  color: #0d6ad7;
  font-size: 18px;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
.goods-pro-box .hd-wrap .hd-title::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #0d6ad7;
  position: absolute;
  bottom: -1px;
}
.goods-pro-box .hd-wrap a {
  float: right;
  line-height: 46px;
  color: #666;
}
.goods-pro-box .swiper-view {
  position: relative;
}
.goods-pro-box .swiper-view .prev, .goods-pro-box .swiper-view .next {
  display: inline-block;
  width: 26px;
  height: 53px;
  background: no-repeat center center;
  position: absolute;
  top: 40px;
  z-index: 99;
}
.goods-pro-box .swiper-view .prev {
  left: 0;
  background-image: url(../images/prev.png);
}
.goods-pro-box .swiper-view .next {
  right: 0px;
  background-image: url(../images/next.png);
}
.goods-pro-box .swiper-container {
  width: 790px;
  margin: 0 auto;
}
.goods-pro-box .pro-item .img-box{
	width: 100%;
	height: 136px;
	position: relative;
	overflow: hidden
}
.goods-pro-box .pro-item .img-box img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.goods-pro-box .swiper-slide .pro-title {
  text-align: center;
  margin-top: 10px;
  color: #666;
}
@media(max-width: 760px) {
  .goods-pro-box .swiper-container {
    width: 80%;
  }
}
/*Page News*/
.news-list .news-div {
  padding: 10px 20px 15px;
  background: #f9f9f9
}
.news-list .news-div h3 {
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: 800;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.news-list .news-div h3 a {
  font-size: 18px;
}
.news-list .news-div h3 span {
  color: #0d6ad7;
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
}
.news-list .news-div .news-text {
  overflow: hidden;
  position: relative;
}
.news-list .news-div .news-text .news-img {
  width: 200px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.news-list .news-div .news-text .news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.news-list .news-div .news-text .news-info {
  margin-left: 220px;
  min-height: 140px;
  font-size: 14px
}
.news-list .news-div .news-text .news-info .news-date span {
  color: #888;
}
.news-list .news-div .news-text .news-info .news-date .time {
  margin-right: 50px;
}
.news-list .news-div .news-text .news-info .news-desc {
  font-size: 14px;
  line-height: 2;
  color: #999;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-div .news-text .news-info .news-desc a {
  overflow: hidden;
  line-height: 2;
}
.news-list .news-div:hover {
  outline: 1px solid #eee;
  background: #f9f9f9;
  box-shadow: 2px 2px 5px #eee;
}
.news-list .news-div:hover h3 a {
  color: #0d6ad7;
}
.news-list .news-div:hover .news-desc a {
  color: #0d6ad7;
}
.news-list .news-info .more {
  display: inline-block;
  color: #666;
  width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 25px;
}
.news-list .news-info .more:hover {
  background: #0d6ad7;
  color: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-color: #0d6ad7;
}
@media(max-width: 760px) {
  .news-list .news-div h3 {
    line-height: 2;
    height: auto;
  }
  .news-list .news-div h3 a {
    font-size: 16px;
  }
  .news-list .news-div .news-text .news-img {
    width: 42%;
  }
  .news-list .news-div .news-text .news-info {
    margin-left: 45%;
    min-height: auto;
  }
  .news-list .news-div .news-text .news-info .news-date span {
    display: block;
  }
  .news-list .news-div .news-text .news-info .news-date .time {
    margin-right: 0px;
  }
  .news-list .news-div .news-text .news-info .news-desc {
    margin-top: 0px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
/*pagenews details*/
.news-details .title {
  text-align: center;
  border-bottom: #ededed 1px solid;
  padding-bottom: 10px;
}
.news-details .title .title1 {
  font-size: 22px;
  color: #333
}
.news-details .title p span {
  display: inline-block;
  padding: 5px 0;
  color: #c1c1c1;
  font-size: 12px;
}
.news-details .contMain {
  padding: 0px;
  line-height: 200%;
}
.news-details .contMain .summary {
  border: #f2f2f2 1px dashed;
  font-size: 14px;
  background: #ececec;
  padding: 10px;
  margin-bottom: 30px;
}
.news-details .key {
  margin-top: 20px;
  background: #F8F8F8 url(../images/artIcon.gif) no-repeat 10px 10px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
}
.good-news-box {
  margin-top: 20px;
}
.good-news-box .hd-wrap {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.good-news-box .hd-wrap .hd-title {
  color: #0d6ad7;
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.good-news-box .hd-wrap .hd-title::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #0d6ad7;
  position: absolute;
  bottom: -1px;
}
.good-news-box .hd-wrap a {
  float: right;
  line-height: 46px;
  color: #666;
}
.good-news-box .more-news-list ul {
  overflow: hidden;
}
.good-news-box .more-news-list ul li.item {
  float: left;
  width: 48%;
  margin-right: 4%;
  font-size: 14px
}
.good-news-box .more-news-list ul li.item:nth-child(2n) {
  margin-right: 0;
}
.good-news-box .more-news-list ul li.item a {
  color: #666;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.good-news-box .more-news-list ul li.item a:hover {
  color: #0d6ad7;
}
.good-news-box .more-news-list ul li.item span {
  float: right;
  color: #999;
  font-size: 12px
}
@media(max-width: 1024px) and (min-width: 768px) {}
@media(max-width: 760px) {
  .good-news-box .more-news-list ul li.item {
    width: 100%;
    margin-right: 0px;
  }
  .news-details .contMain .p-content-text .nscontent img {
    max-width: 100%;
    height: auto !important;
  }
  .good-news-box .more-news-list ul li.item a {
    width: 68%
  }
}
/*Page contact*/
.contact .contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 40px;
  /* width: 840px; */
}
.contact .contact-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34%;
  max-width: 370px;
  padding: 24px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
  flex-wrap: wrap;
  text-align: center;
}
.contact .contact-items .item .img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.contact .contact-items .item .box {
  /* padding-left: 20px; */
  width: 100%;
}
.contact .contact-items .item .box .tit {
  font-size: 16px;
}
.contact .contact-items .item .box .p {
  font-size: 16px;
  white-space: nowrap;
  margin-top: 10px;
  line-height: 1;
}
.contact .content-map {
  overflow: hidden;
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #999;
}
.contact .contact-text {
  width: 48%;
  float: right;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.contact .contact-text .text-box {
  padding: 10px 0;
  overflow: hidden;
}
.contact .contact-text .text-box span {
  font-size: 22px;
  color: #333;
  line-height: 36px;
  display: block;
  margin-bottom: 40px;
}
.contact .contact-text .text-box p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  display: block;
}
@media(max-width: 1024px) and (min-width: 768px) {}
@media(max-width: 760px) {}
/*message form*/
.msg-form-box {}
.msg-form-box .form-list {
  float: left;
  width: 100%;
  padding: 10px 15px;
}
.msg-form-box .u-name, .msg-form-box .u-email {
  width: 50%;
}
.msg-form-box .u-tel #fbKeyImg {
  height: 45px;
  margin-left: 15px;
}
.msg-form-box .form-control {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  outline: 0;
  color: inherit;
  font-family: inherit;
}
.msg-form-box .form-control:focus {
  border-color: #0d6ad7;
}
.msg-form-box .u-message textarea {
  padding: 10px;
  min-height: 190px;
  resize: vertical;
}
.msg-form-box .validate {
  float: left;
  width: 110px;
}
.msg-form-box .ver-wrap {
  float: left;
  margin-left: 15px;
  line-height: 45px;
  color: #999;
  text-decoration: none;
}
.msg-form-box .ver-wrap img {
  vertical-align: middle;
}
.msg-form-box .ver-wrap:hover {
  color: #0d6ad7;
}
.msg-form-box .btn-submit, .msg-form-box .btn-reset {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
  cursor: pointer;
  border-color: #0d6ad7;
  color: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.msg-form-box .btn-submit {
  background: #0d6ad7;
  position: relative;
}
.msg-form-box .btn-submit:hover {
  background: #0d6ad7;
}
.msg-form-box .btn-reset {
  background: transparent;
  color: #0d6ad7;
}
.msg-form-box .btn-reset:hover {
  background: #0d6ad7;
  color: #fff;
}
/*page*/
.page-list {
  text-align: center;
  margin: 20px auto 30px;
}
.page-list a, .page-list b {
  padding: 7px 13px;
  color: #666;
  font-size: 14px;
  margin: 0 2px;
  background-color: #efefef;
}
.page-list a:hover, .page-list b {
  background: #0d6ad7;
  color: #fff;
  cursor: pointer;
}
/*prenext*/
.pre-next-back {
  color: #666;
  font-size: 14px;
  margin-top: 30px;
}
.pre-next-back a {
  text-decoration: inherit;
  color: inherit;
  font: inherit;
  font-family: inherit;
}
.backpage a:hover {
  color: #0d6ad7;
}
.pre-next-back a:hover {
  color: #0d6ad7;
}
@media(max-width:760px) {
  .msg-form-box .form-list {
    padding: 8px;
  }
  .msg-form-box .u-message textarea {
    min-height: 100px;
  }
}
/*Recruitment*/
.in-recurit .item {
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.in-recurit .item .r-header {
  padding: 0 20px;
  cursor: pointer;
  overflow: hidden;
  line-height: 58px;
}
.in-recurit .item .r-header .main-title {
  float: left;
}
.in-recurit .item .r-header .main-title .post {
  font-size: 18px;
  color: #282828;
}
.in-recurit .item .r-header .main-title .dep {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.in-recurit .item .r-header i {
  float: right;
  top: 20px;
  color: #999;
}
.in-recurit .item .r-slide {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  display: none;
}
.in-recurit .item .r-slide .tj {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
  overflow: hidden;
}
.in-recurit .item .r-slide .tj span {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.in-recurit .item .r-slide .tj span.address {
  padding-left: 0;
}
.in-recurit .item .r-slide .tj span.exp {
  padding: 0;
  border-right: 0;
  float: right;
  color: #282828;
}
.in-recurit .item .r-slide .intro {
  margin-bottom: 20px;
}
.in-recurit .item .r-slide .intro p {
  margin-bottom: 0;
}
.in-recurit .item .r-slide .op-box {
  text-align: right;
}
.in-recurit .item .r-slide .op-box a {
  display: inline-block;
  width: 150px;
  padding: 10px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 3px;
  display: none;
}
.in-recurit .item .r-slide .op-box a:hover {
  background-color: #f5b834;
}
@media (max-width: 768px) {
  .in-recurit .item .r-slide .tj span {
    display: inline-block;
    padding-left: 0;
    margin-right: 10px;
    margin-bottom: 6px;
  }
  .in-recurit .item .r-slide .tj span.address {
    padding-left: 0;
  }
  .in-recurit .item .r-slide .tj span.exp {
    float: none;
  }
}
/*new contact*/
/*Page contact*/
.contact-kefu {
  width: 870px;
  height: 210px;
  padding-top: 15px;
}
.contact-kefu dl {
  overflow: hidden;
}
.contact-kefu dt {
  width: 168px;
  float: left;
  padding: 10px;
}
.contact-kefu dt img {
  display: block;
  width: 150px;
  height: 150px;
}
.contact-kefu dd {
  width: 670px;
  float: right;
}
.contact-kefu dd h4 {
  height: 45px;
  padding-top: 20px;
  font: 24px "Microsoft YaHei";
  color: #0d6ad7;
}
.contact-kefu dd h4 i {
  padding-left: 15px;
  text-transform: uppercase;
  font: 16px "Arial";
  color: #999999;
}
.contact-kefu dd p {
  font: 15px "Microsoft YaHei";
  color: #333333;
  line-height: 30px;
  padding-top: 10px;
}
.contact-box {
  margin-top: 20px;
}
.contact-box .main {
  height: 370px;
  overflow: hidden;
}
.contact-box-fl {
  width: 390px;
  color: #333;
}
.contact-box-fl .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-box-fl p {
  height: 65px;
  line-height: 45px;
  padding: 0px 0 20px 0px;
  margin: 14px 0px 0px;
  border-bottom: 1px solid #ddd
}
.contact-box-fl p img {
  padding-right: 5px;
  width:8%
}
.contact-box-fl p span {
  font-size: 15px;
}
.contact-box-fr {
  margin-left: 20px;
  width: 452px;
}
@media(max-width: 1024px) and (min-width: 768px) {}
@media(max-width: 760px) {
  .contact-kefu {
    width: 100%;
    height: auto !important;
  }
  .contact-kefu dt {
    width: 24%;
  }
  .contact-kefu dt img {
    width: 100%;
    height: auto;
  }
  .contact-kefu dd {
    width: 74%;
  }
  .contact-kefu dd h4 {
    font-size: 20px;
    font-weight: 800;
  }
  .contact-box-fl {
    width: 100%;
  }
  .contact-box-fr {
    width: 100%;
  }
  .contact-box-fl p {
    height: 45px;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .contact-box-fl p img {
    width: 8%;
    margin-right: 0px;
    padding-right: 5px;
  }
}